About HTML Tags
Getting Web Space
Horizontal Lines
Break
Paragraphs
Center Alignment
Colors
Adding Images
Adding Links
Adding Background Images































































Adding Background Images

Here's a background image. What basically happens is that you enter a picture name, and it becomes tiled in the background. This code is found in the <BODY> tag, instead of BGCOLOR, it's BACKGROUND. Cool, eh?!And here's the code that created it:

<BODY BACKGROUND="image.gif"> then there's the other attributes, text, link, vlink, that don't change.

It's actually pretty simple!!